import { Image, View } from '@aws-amplify/ui-react'; ```kotlin val authenticatorState = rememberAuthenticatorState( initialStep = AuthenticatorStep.ResetPassword // Type checking ensures you can only pass SignIn, SignUp, and ResetPassword here ) Authenticator(state = authenticatorState) { // ... } ``` Reset password with Amplify Android Authenticator